C1.Web.Api Namespace / IImporter<TSource,TResult> Interface
Type of ImportSource.
Type of import result.
Members

IImporter<TSource,TResult> Interface
Common generic interface for all importers to share.
Syntax
'Declaration
 
Public Interface IImporter
    (Of TSource As ImportSource,
     TResult) 
 
Type Parameters
TSource
Type of ImportSource.
TResult
Type of import result.
See Also